home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / AppKit / Graph / Makefile < prev    next >
Makefile  |  1992-06-01  |  1KB  |  54 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Graph
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = AppIcon.tiff
  16. DOCICONS = DocIcon.tiff DocIcon3D.tiff
  17.  
  18. LOCAL_RESOURCES = Graph.nib Graph3DDoc.nib GraphDoc.nib Help.nib Info.nib \
  19.                   ThreeDPanel.nib Graph.strings
  20.  
  21. CLASSES = Expression.m Graph3DDoc.m GraphApp.m GraphDoc.m LineGraph.m \
  22.           PointMesh.m RotatorCamera.m ThreeDPanel.m
  23.  
  24. HFILES = exprDefs.h Expression.h Graph.h Graph3DDoc.h GraphApp.h \
  25.          GraphDoc.h LineGraph.h PointMesh.h RotatorCamera.h ThreeDPanel.h
  26.  
  27. MFILES = Graph_main.m
  28.  
  29. OTHERSRCS = expr.ym Makefile.postamble Makefile.preamble README.rtf \
  30.             token.lm
  31.  
  32.  
  33. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  34. INSTALLDIR = $(HOME)/Apps
  35. INSTALLFLAGS = -c -s -m 755
  36. SOURCEMODE = 444
  37.  
  38. ICONSECTIONS =    -sectcreate __ICON app AppIcon.tiff \
  39.         -sectcreate __ICON DocIcon DocIcon.tiff \
  40.         -sectcreate __ICON DocIcon3D DocIcon3D.tiff
  41.  
  42. LIBS = -lMedia_s -lNeXT_s
  43. DEBUG_LIBS = $(LIBS)
  44. PROF_LIBS = $(LIBS)
  45.  
  46.  
  47. -include Makefile.preamble
  48.  
  49. include $(MAKEFILEDIR)/app.make
  50.  
  51. -include Makefile.postamble
  52.  
  53. -include Makefile.dependencies
  54.